home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_142_Open-all-PPT.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  447 b   |  13 lines

  1. property spriteNum, mySprite
  2. global ds, goUp, gList, giNum, pickTemplate
  3.  
  4. on mouseUp
  5.   PPTFile = the moviePath & goUp & "Artwork" & ds & " Original Art.pot"
  6.   OpenIt = baOpenFile(PPTFile, EMPTY)
  7.   if OpenIt > 32 then
  8.     nothing()
  9.   else
  10.     alert("The software required to open the PowerPoint file could not be found. If you do not have PowerPoint, then a PowerPoint Viewer is available on this disc in the Extras>Software folder.")
  11.   end if
  12. end
  13.